Tootsville::Infinity-Get-Store-Item-Info

Function

Infinity-Get-Store-Item-Info names a function, with lambda list (D USER RECIPIENT/S):

Get information about items in a store which can be purchased.

Lisp GET-STORE-ITEM-INFO = JSON getStoreItemInfo

Input: jso - JavaScript array-style object where the key names are insignificant, but the values are store item ID's

The returned packet is from: "getStoreItemInfo" and contains an object items with a matching set of keys, but whose values are objects in the form of ‘STORE-ITEM-INFO’, qv.

Changes from 1.2 to 2.0

Additional information is returned in ‘STORE-ITEM-INFO’ objects.

200 OK

Returns the details about store items queried-for by the user.

404 Not Found

If any item ID cannot be found, the entire query fails with a 404.

File

Defined in file src/infinity/legacy-commands.lisp.